xcCaption Property Help Version 1

xcCaption Main Menu

Worldwide Productions Inc.
ONLINE MENU

http://www.wwp-inc.com


WWP HOME
WWP ONLINE HELP
WWP DOWNLOADS


______________

You must have a
connection to the internet for
online option to function.

Properties are listed in alphabetical order.
xcCaption
xcFont
xcJustify
xcShadowColor
xcShadowEnabled
xcShadowX
xcShadowY
xcTextColor

Events
Mouse Move()
Mouse Down()
Mouse Up()
Mouse Click()

BACK TO xcCONTROLS MAIN HELP PREVIOUS TOPIC NEXT TOPIC

 

xcCaption

 
Data Type: String
   
Description: Return or Set the text for the caption control
   
Example: object.xcCaption = "My Caption"
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcFont

 
Data Type: Font Object
   
Description: Return or Set the font that the caption control uses.
   
Example: object.xcFont = "MS Sans Serif"
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcJustify

 
Data Type: Integer
   
Description: Return or Set the caption justification to LEFT, CENTRE, RIGHT alignment
   
Example: object.xcJustify = 0 or Left
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcShadowColor

 
Data Type: Long Integer or OLE_COLOR
   
Description: Return or Set the shadow color for the caption.
   
Example: object.xcShadowColor = RGB(0,0,0)
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcShadowEnabled

 
Data Type: Boolean
   
Description: Return or Set whether or not the shadow is visible
   
Example: object.xcEnabled = True
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcShadowX

 
Data Type: Integer
   
Description: Return or Set the shadow X - offset in pixels
   
Example: object.xcShadowX = 1
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcShadowY

 
Data Type: Integer
   
Description: Return or Set the shadow Y - offset in pixels
   
Example: object.xcShadowY = 1
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS

 

xcTextColor

 
Data Type: Long Integer or OLE_COLOR
   
Description: Return or Set  the color of the foreground text.
   
Example: object.xcTextColor = RGB(0,255,0)
MAIN MENU WWP ONLINE HELP WWP HOME WWP DOWNLOADS